home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Panda Global Protection 2010 / Panda_Global_PCWorld_6m.exe / [0] / Files / NETFLT.INF < prev    next >
Windows Setup INFormation  |  2009-09-08  |  4KB  |  116 lines

  1. ; -- NETFLT.INF --
  2. ;
  3. ; NDIS Intermediate Filter INF file
  4. ;
  5. ; Copyright (c) Panda Software 2009
  6. ; ----------------------------------------------------------------------
  7.  
  8. [Version]
  9. Signature           = "$Windows NT$"
  10. Class               = NetService
  11. ClassGUID           = {4D36E974-E325-11CE-BFC1-08002BE10318}
  12. Provider            = %PaNda%
  13. DriverVer           = 06/16/2009,1.6.0.39
  14. CatalogFile.ntamd64 = netim64.cat
  15. CatalogFile.ntx86   = netimflt.cat
  16.  
  17. [Manufacturer]
  18. %PaNda% = PANDA,NTx86,NTia64,NTamd64
  19.  
  20. [ControlFlags]
  21.  
  22. [PANDA]
  23. %PANDAIMCL_Desc% = PANDAIMCL.ndi.NTx86, NETIMFLT01060039
  24.  
  25. [PANDA.NTx86]
  26. %PANDAIMCL_Desc% = PANDAIMCL.ndi.NTx86, NETIMFLT01060039
  27.  
  28. [PANDA.NTia64]
  29. %PANDAIMCL_Desc% = PANDAIMCL.ndi.NTamd64, NETIMFLT01060039
  30.  
  31. [PANDA.NTamd64]
  32. %PANDAIMCL_Desc% = PANDAIMCL.ndi.NTamd64, NETIMFLT01060039
  33.  
  34. [PANDAIMCL.ndi.NTx86]
  35. AddReg = PANDAIMCL.ndi.AddReg, PANDAIMCL.AddReg
  36. Characteristics = 0x410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
  37. CopyFiles       = PANDAIMCL.CopyFiles.Sys.NTx86
  38.  
  39. [PANDAIMCL.ndi.NTamd64]
  40. AddReg = PANDAIMCL.ndi.AddReg, PANDAIMCL.AddReg
  41. Characteristics = 0x410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
  42. CopyFiles     = PANDAIMCL.CopyFiles.Sys.NTamd64
  43.  
  44. ; ----------------------------------------------------------------------
  45. ; File copy
  46. ;
  47. [SourceDisksNames]
  48. 1=%DiskDescription%,"",,
  49.  
  50. [SourceDisksFiles]
  51. n64i1639.sys=1
  52. neti1639.sys=1
  53.  
  54. [DestinationDirs]
  55. DefaultDestDir = 12
  56. PANDAIMCL.CopyFiles.Sys.NTx86     = 12   ; %windir%\System32\drivers
  57. PANDAIMCL.CopyFiles.Sys.NTamd64     = 12   ; %windir%\System32\drivers
  58.  
  59. [PANDAIMCL.CopyFiles.Sys.NTx86]
  60. neti1639.sys,,,2
  61.  
  62. [PANDAIMCL.CopyFiles.Sys.NTamd64]
  63. n64i1639.sys,,,2
  64.  
  65. ; ----------------------------------------------------------------------
  66. ; Filter Install
  67. ;
  68.  
  69. [PANDAIMCL.ndi.AddReg]
  70. HKR, Ndi, HelpText, , %PANDAIMCL_HELP%
  71.  
  72.  
  73.  
  74. ; ----------------------------------------------------------------------
  75. ; !!--Filter Specific--!!
  76. ;
  77. ; Note:
  78. ; 1. Other components may also have UpperRange/LowerRange but for filters
  79. ;    the value of both of them must be noupper/nolower
  80. ; 2. The value FilterClass is required.
  81. ; 3. The value Service is required
  82. ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
  83. ;    be installed for each filtered adapter.
  84. ;    In this case this is netimfltmp (refer to netflt_m.inf)
  85. ;
  86. HKR, Ndi,            FilterClass,         , failover
  87. HKR, Ndi,            FilterDeviceInfFile, , netflt_m.inf
  88. HKR, Ndi,            FilterDeviceInfId,   , netimfltmp01060039
  89. HKR, Ndi,            Service,             , NETIMFLT01060039
  90. HKR, Ndi\Interfaces, UpperRange,          , noupper
  91. HKR, Ndi\Interfaces, LowerRange,          , nolower
  92. HKR, Ndi\Interfaces, LowerExclude,        , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf"
  93. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  94.  
  95. [PANDAIMCL.AddReg]
  96. ; The following key is Required
  97. ; The following key is PANDAIMCL specific
  98. HKR, Parameters, Param1, 0, 4
  99.  
  100. [PANDAIMCL.Ndi.NTx86.Remove.Services]
  101.     DelService = NETIMFLT01060039
  102.  
  103. [PANDAIMCL.Ndi.NTamd64.Remove.Services]
  104.     DelService = NETIMFLT01060039
  105.  
  106. ; ----------------------------------------------------------------------
  107. [Strings]
  108. PaNda = "Panda Software"
  109. DiskDescription = "PANDA NDIS Intermediate (IM) Driver Disk"
  110.  
  111. PANDAIMCL_Desc = "PANDA NDIS IM Filter v1.6.0.39"
  112. PANDAIMCL_HELP = "PANDA NDIS IM Filter v1.6.0.39"
  113.  
  114.  
  115.  
  116.